To create the sample database in SQL Server (based on version 7.0):

- Using Enterprise Manager create a new empty database named "WroxBooks"
- Open SQL Server Query Analyzer from the Tools menu
- Make sure you select "WroxBooks" from the drop-down DB list
- Open the file "make_tables.sql" and execute it
- Open the file "insert_data.sql" and execute it

Then edit the file "connect-strings.ascx" in the "global" directory
so that the connection strings point to your server. The user "anon"
is created by the scripts above and automatically given full access.
